-
Notifications
You must be signed in to change notification settings - Fork 257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Iteration 2 features - Qory Pull Request # 2 #572
Open
qoryhanisagal
wants to merge
33
commits into
turingschool-examples:main
Choose a base branch
from
qoryhanisagal:iteration-2-features
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Iteration 2 features - Qory Pull Request # 2 #572
qoryhanisagal
wants to merge
33
commits into
turingschool-examples:main
from
qoryhanisagal:iteration-2-features
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… test failures, and debugging process.
…ailed the TDD process and object-oriented design enhancements.
…y and described the feature development process.
…ailed the TDD process and object-oriented design enhancements.
…y and described the feature development process.
…sults, along with reflections on the project.
…and exact facility details
…add_service method
…ermit functionality
… registration date, plate type assignment, and fee collection.
…s for registration handling.
…ass implementation with passing tests
…ion for different vehicle types (regular, antique, EV)
…y based on age and permit
…ased on written test status
…ing engine type, and multiple vehicle registrations
…nal data integration.
…eation functionality.
qoryhanisagal
changed the title
Iteration 2 features - Qory # 2
Iteration 2 features - Qory Pull Request # 2
Oct 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Qory # Iteration 2: External Data Integration and Vehicle Creation
Description
This pull request completes Iteration 2 of the DMV project, where external data integration was implemented. Key updates include:
1. DmvDataService Class:
Faraday
andJSON
libraries.2. VehicleFactory Class:
VehicleFactory
class to generateVehicle
objects from external data.Vehicle
objects using data fetched from APIs.3. Test Cases:
DmvDataService
.VehicleFactory
.Changes Made:
DmvDataService
class: Fetch and process data from multiple sources.VehicleFactory
class: CreateVehicle
objects from parsed data.All previous tests still pass, and this update lays the groundwork for further facility data integration in the next iteration.